home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 21 (Special)
/
OC021.iso
/
Juegos
/
King of Skeleton
/
King of Skeleton.swf
/
scripts
/
__Packages
/
WarningInstance.as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-02-02
|
248 b
|
15 lines
class WarningInstance
{
var t;
var d;
function WarningInstance(type, dist)
{
this.t = type;
this.d = dist;
}
function toString()
{
return "(type=" + this.t + ", distance=" + this.d + ")";
}
}